* configure.in (AC_CHECK_FUNCS): Detect library functions
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 25 Jun 2012 14:07:04 +0000 (18:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 25 Jun 2012 14:07:04 +0000 (18:07 +0400)
commit424af75cc622f73ca7cf93427c454473b247e9f8
tree30f874654255cea2f7f9d74c2b1ebed8bd557f95
parent7193c34893fde468307f64a7a5b74b895a233651
* configure.in (AC_CHECK_FUNCS): Detect library functions
strcasecmp and strncasecmp.
* lib-src/etags.c (etags_strcasecmp, etags_strncasecmp): Define to
library functions strcasecmp and strncasecmp if available.
* lwlib/lwlib.c (my_strcasecmp): Rename to lwlib_strcasecmp, which
may be defined to library function strcasecmp if available.
* src/dispextern.c (xstrcasecmp): Define to library function
strcasecmp if available.
* src/xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
ChangeLog
configure.in
lib-src/ChangeLog
lib-src/etags.c
lwlib/ChangeLog
lwlib/lwlib.c
src/ChangeLog
src/dispextern.h
src/xfaces.c